home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / filzip / setup.exe / {app} / filzip.exe / 0 / RCDATA / TFRMARCDELETE / TFRMARCDELETE.txt
Encoding:
Text File  |  2003-07-15  |  2.1 KB  |  108 lines

  1. object frmArcDelete: TfrmArcDelete
  2.   Left = 856
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dateien l∩┐╜schen'
  6.   ClientHeight = 102
  7.   ClientWidth = 291
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Sel: TRadioGroup
  21.     Left = 8
  22.     Top = -4
  23.     Width = 177
  24.     Height = 100
  25.     Caption = 'Zu l∩┐╜schende Dateien'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -12
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ItemIndex = 0
  32.     Items.Strings = (
  33.       'Ausgew∩┐╜hlte Dateien'
  34.       'Alle Dateien')
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     Visible = False
  38.   end
  39.   object gbDel: TGroupBox
  40.     Left = 2
  41.     Top = 0
  42.     Width = 183
  43.     Height = 97
  44.     Caption = 'gbDel'
  45.     TabOrder = 3
  46.     object rbSelFiles: TRadioButton
  47.       Left = 10
  48.       Top = 24
  49.       Width = 155
  50.       Height = 17
  51.       Caption = 'rbSelFiles'
  52.       Checked = True
  53.       TabOrder = 0
  54.       TabStop = True
  55.     end
  56.     object rbAllFiles: TRadioButton
  57.       Left = 10
  58.       Top = 47
  59.       Width = 155
  60.       Height = 17
  61.       Caption = 'rbAllFiles'
  62.       TabOrder = 1
  63.     end
  64.     object rbByExt: TRadioButton
  65.       Left = 10
  66.       Top = 70
  67.       Width = 63
  68.       Height = 17
  69.       Caption = 'rbByExt'
  70.       TabOrder = 2
  71.     end
  72.     object oeByExt: TEdit
  73.       Left = 72
  74.       Top = 67
  75.       Width = 105
  76.       Height = 21
  77.       TabOrder = 3
  78.       Text = '*.*'
  79.     end
  80.   end
  81.   object btnDelete: TButton
  82.     Left = 196
  83.     Top = 8
  84.     Width = 89
  85.     Height = 25
  86.     Caption = 'L∩┐╜schen'
  87.     Default = True
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     TabOrder = 1
  95.     OnClick = btnDeleteClick
  96.   end
  97.   object btnCancel: TButton
  98.     Left = 196
  99.     Top = 40
  100.     Width = 89
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = 'Abbrechen'
  104.     TabOrder = 2
  105.     OnClick = btnCancelClick
  106.   end
  107. end
  108.